home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCDtrackplaying, gCD, gHowManyTracksOnAlbum
- if not (gHowManyTracksOnAlbum > 0) then
- startTimer()
- go("audioMessage")
- CleanUpAudioSection()
- repeat with ugg = 51 to 58
- set the visible of sprite ugg to 1
- end repeat
- repeat with x = 1 to 61
- set the cursor of sprite x to 0
- end repeat
- startTimer()
- else
- play(gCD, gCDtrackplaying, gHowManyTracksOnAlbum)
- end if
- end
-